home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Tele
/
D-F
/
DIALSC16.sit
/
DialScript 1.6
/
Examples
/
SimpleLogin.ds
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-04
|
340 b
|
14 lines
|
[
TEXT/dIsR
]
-- This script is not at all robust!
script SimpleLogin
state doIt
send "ATDT4718454\r"; -- Dial modem
wait "login:"; -- Get login prompt
send "MYUSERID\r"; -- Send user id.
wait "Password:"; -- Get password prompt
send "MYPASSWORD\r"; -- Send password
end;
end;